gl renderer: Add missing debug output for repeat ops
authorTimm Bäder <mail@baedert.org>
Fri, 18 Dec 2020 17:13:28 +0000 (18:13 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 09:26:03 +0000 (10:26 +0100)
gsk/gl/gskglrenderer.c

index 7c11ee8698e911decc5d733f9b99e40007a43930..4af89c5258c76ef8a031c5825ca854d545095b79 100644 (file)
@@ -3199,6 +3199,7 @@ static inline void
 apply_repeat_op (const Program  *program,
                  const OpRepeat *op)
 {
+  OP_PRINT (" -> Repeat");
   glUniform4fv (program->repeat.child_bounds_location, 1, op->child_bounds);
   glUniform4fv (program->repeat.texture_rect_location, 1, op->texture_rect);
 }